It's not that.. just clean up the html. I haven't even looked at it, but am interested when we can begin adding modifications to this site
Since we're in this extended beta, now's the time to learn
[edit: ok, checked the html.. it isn't bad, just doesn't follow xhtml constructs.
- Lowercase all tags - <A HREF= shoud be <a href=
- Close all tags -
should be - Quote all values - <IMG SRC='http://wwp.icq.com/scripts/online.dll?icq=$this_icq&img=9' border='0'> should be: <img src="http://wwp.icq.com/scripts/online.dll?icq=$this_icq&img=9" border="0" />
Finish the wordlets toward the bottom and you are pretty close to having a finished modification.
[ 09-16-2001: Message edited by: AllenAyres ]